10/19/2020

Growth of Orange Trees

ggpairs(data=Orange, aes(colour=Tree), columns=2:3) %>% ggplotly()

Conclusions

On previous figure we saw high correlation between orange trees’ age and circumference. Further steps may be fitting a linear model to predict orange tree’s age based on its circumference.

Thank you for attention :)